You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > StatTimeSerAnalysis.ARMAAcf Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.ARMAAcf Method

Estimates autocorrelation/autocovariance function for the ARMA model.

Syntax
C#
Visual Basic
public static void ARMAAcf([In] TVec Phi, [In] TVec Theta, [In] int n, [In] TVec ResultACF, [In] bool Normalize);
Parameters 
Description 
[In] TVec Phi 
Stores Phi values for ARMA process, without the initial 1. 
[In] TVec Theta 
Stores Theta values for ARMA process, without the initial 1. 
[In] int n 
Number of lags to calculate. 
[In] TVec ResultACF 
Returns autocovarialce (gamma[0], gamma[1], ...) or autocorrelation (rho[0], rho[1], ...) function for the ARMA model.. 
[In] bool Normalize 
If true, ACF values are normalized by ACF[0]. If false, no normalization is performed and the ResultACF stores ACVF (gamma[0], gamma[1], ...gamma[n]) values. 

Estimates autocorrelation/autocovariance function for the ARMA model.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!